home *** CD-ROM | disk | FTP | other *** search
- object Expired: TExpired
- Left = 77
- Top = 94
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Important notice'
- ClientHeight = 228
- ClientWidth = 308
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 308
- Height = 228
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 3
- TabOrder = 0
- object Label1: TLabel
- Left = 39
- Top = 16
- Width = 266
- Height = 25
- AutoSize = False
- Caption = 'Thank you for using GreatFamily!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 40
- Top = 90
- Width = 241
- Height = 49
- AutoSize = False
- Caption =
- 'If you like this program, you are encouraged to click the regist' +
- 'ration button below to get your own authorization key.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 40
- Top = 40
- Width = 241
- Height = 41
- AutoSize = False
- Caption =
- 'Please help the author to further development of GenDesigner. Th' +
- 'is is an unregistered shareware copy.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 64
- Top = 144
- Width = 193
- Height = 30
- Caption = 'Click here to register'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 64
- Top = 176
- Width = 193
- Height = 30
- Caption = 'I have already registered'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
-